Language
enum Language
A list of supported user interface languages.
Entries
Functions
Link copied to clipboard
Returns an
Optional
that contains the Language
for the given Locale or an empty Optional
if there is no Language
associated with the language obtained from the given Locale
.Returns an
Optional
that contains the Language
for the given language
and country
codes or an empty Optional
if there is no Language
associated with the specified language
and country
codes.